projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c856843
)
* lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
author
Nicolas Petton
<nicolas@petton.fr>
Tue, 5 May 2015 18:39:40 +0000
(20:39 +0200)
committer
Nicolas Petton
<nicolas@petton.fr>
Tue, 5 May 2015 18:39:40 +0000
(20:39 +0200)
lisp/emacs-lisp/seq.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/seq.el
b/lisp/emacs-lisp/seq.el
index d22bbc578175158f5b67f6d117a960a5be57f915..ea7a61382e1a3904dc560bf2d0b1f69745311825 100644
(file)
--- a/
lisp/emacs-lisp/seq.el
+++ b/
lisp/emacs-lisp/seq.el
@@
-351,7
+351,7
@@
This is an optimization for lists in `seq-take-while'."
'("\\<seq-doseq\\>" "\\<seq-let\\>")))
(defun seq--make-bindings (args seq &optional initial-bindings)
- "Return an alist of
the bindings
the variables in ARGS to the elements of SEQ.
+ "Return an alist of
bindings of
the variables in ARGS to the elements of SEQ.
if INITIAL-BINDINGS is non-nil, append new bindings to it, and
return INITIAL-BINDINGS."
(let ((index 0))